home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CBASE102.ARJ / LSCURSOR.C < prev    next >
Text File  |  1991-09-23  |  875b  |  29 lines

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "@(#)lscursor.c    1.5 - 91/09/23" */
  5.  
  6. /*man---------------------------------------------------------------------------
  7. NAME
  8.      lscursor - lseq cursor
  9.  
  10. SYNOPSIS
  11.      #include <lseq.h>
  12.  
  13.      void *lscursor(lsp)
  14.      lseq_t *lsp;
  15.  
  16. DESCRIPTION
  17.      lscursor is used to determine if the cursor for lseq lsp is
  18.      currently positioned on a record or is null.  If the cursor is
  19.      set to null, the NULL pointer is returned.  If the cursor is
  20.      positioned to a record, a non-NULL value is returned.  If lsp
  21.      does not point to a valid open lseq , the results are undefined.
  22.      lscursor is a macro.
  23.  
  24. SEE ALSO
  25.      lsfirst, lslast, lsnext, lsprev.
  26.  
  27. ------------------------------------------------------------------------------*/
  28. /* lscursor is defined in lseq.h. */
  29.